'Declaration
Public Overloads Shared Function GetBounds( _ ByVal points() As NPointD, _ ByVal start As System.Integer, _ ByVal count As System.Integer _ ) As NRectangleD
'Usage
Dim points() As NPointD Dim start As System.Integer Dim count As System.Integer Dim value As NRectangleD value = NGeometry2D.GetBounds(points, start, count)
public static NRectangleD GetBounds( NPointD[] points, System.int start, System.int count )
Parameters
- points
- start
- count